[]
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Protected Sub OnCollectionChanged(e As NotifyCollectionChangedEventArgs)
| Type | Name | Description |
|---|---|---|
| NotifyCollectionChangedEventArgs | e |
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedAction action, object item, int index)
Protected Sub OnCollectionChanged(action As NotifyCollectionChangedAction, item As Object, index As Integer)
| Type | Name | Description |
|---|---|---|
| NotifyCollectionChangedAction | action | |
| object | item | |
| int | index |
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedAction action, IEnumerable<object> items)
Protected Sub OnCollectionChanged(action As NotifyCollectionChangedAction, items As IEnumerable(Of Object))
| Type | Name | Description |
|---|---|---|
| NotifyCollectionChangedAction | action | |
| IEnumerable<object> | items |
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedAction action, IEnumerable<object> items, int index)
Protected Sub OnCollectionChanged(action As NotifyCollectionChangedAction, items As IEnumerable(Of Object), index As Integer)
| Type | Name | Description |
|---|---|---|
| NotifyCollectionChangedAction | action | |
| IEnumerable<object> | items | |
| int | index |